-
Notifications
You must be signed in to change notification settings - Fork 32
🐛 Minor fixes for the function api #8376
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 Minor fixes for the function api #8376
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## master #8376 +/- ##
===========================================
- Coverage 87.82% 68.94% -18.88%
===========================================
Files 1931 883 -1048
Lines 75393 39589 -35804
Branches 1337 175 -1162
===========================================
- Hits 66212 27295 -38917
- Misses 8782 12237 +3455
+ Partials 399 57 -342
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
pcrespov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thx
services/api-server/src/simcore_service_api_server/_service_function_jobs_task_client.py
Outdated
Show resolved
Hide resolved
services/api-server/src/simcore_service_api_server/_service_function_jobs_task_client.py
Show resolved
Hide resolved
|
GitHK
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks



What do these changes do?
Related issue/s
How to test
Dev-ops